home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / compress / tar321__.zip / SOURCES.ZIP / COMPRESS.H < prev    next >
Text File  |  1980-07-07  |  293b  |  9 lines

  1. /* compress.h - this is part of the Tar program (see file define.h) */
  2. #define USE_COMPRESS
  3.  
  4. void z_reltab __ARGS__(( void ));
  5. int  z_gettab __ARGS__(( int ));
  6. int  cbegin   __ARGS__(( int, void(*)(), long ));
  7. void cpiece   __ARGS__(( char *, int ));
  8. long cflush   __ARGS__(( void ));
  9.